home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_1675 / frame_12 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  347 b   |  14 lines

  1. _root.cm.hit = false;
  2. _root.cm.running = false;
  3. _root.cm.jumping = false;
  4. _root.cm.jump = false;
  5. _root.cm.falling = false;
  6. _root.cm.throwing = false;
  7. _root.cm.punching = false;
  8. _root.cm.kicking = false;
  9. _root.cm.sparkle = false;
  10. _root.cm.ducking = false;
  11. _root.cm.plunger = true;
  12. _root.cm.plungTar = this._parent;
  13. _root.health -= 20;
  14.